@charset "utf-8";

/* banner */
.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
}


.banner .swiper-container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%
}

.banner .swiper-container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    text-align: center;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%
}

.banner .swiper-container .swiper-slide img {
    width: 100%
}

.banner .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3e322a;
    opacity: 1;
    margin-bottom: 1%;
}

.banner .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff
}


@media screen and (max-width:768px) {
    .banner .swiper-container .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #3e322a;
        opacity: 1
    }

    .banner .swiper-container .swiper-pagination-bullet-active {
        background-color: #fff
    }
}

.fexted {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 5;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}

.centmin {
    align-items: center;
}

.centmin .logo {
    height: 80px;
    align-items: center;
}

.navBtn {
    display: none;
}

#Nofound {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ccc;
    min-height: 100px;
    line-height: 100px;
    font-size: 14px;
}

#Nofound img {
    max-width: 80%;
    height: auto;
    margin: 0 auto
}

.head-nav ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 80px;
    padding: 0 30px;
    color: inherit !important;
}

.head-nav ul li {
    color: #fff;
}
.header .centmin .nav-ul>li.active {
    color: #e69049 !important;
}

.head-nav .verline {
    margin-left: 21px;
    margin-right: 23px;
    font-size: 17px;
    color: #fff;
    line-height: 80px;
}

.head-nav li:nth-child(8) {
    padding-top: 28px;
}

.swiper-slide img {
    width: 100%;
    /* height: 100%; */
}

.header .centmin .nav-ul>li>a:hover {
    color: #e69049 !important;
}

/* 关于我们 */
.aboutus {
    padding-top: 84px;
}

.about-title {
    font-size: 27px;
    color: #444;
    font-weight: 700;
}

.aboutus .itemus+p {
    font-size: 12px;
    color: #888;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 48px;
}

.itemer b {
    display: block;
    font-size: 12px;
    color: #888;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 48px;
}

.aboutus .details .img-left {}

.details {
    /* padding-bottom: 48px; */
    justify-content: space-around;
}


.details .details-text {
    margin-left: 100px;
    flex: 1;
}

.details .details-text p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    -webkit-line-clamp: 4;
}

.details-text .catkey {
    display: block;
    width: 150px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    border-radius: 10px;
    background-color: #e69049;
    margin-top: 88px;
}

.details-text .catkey:hover {
    box-shadow: 0 5px 20px 0 hsla(0, 0%, 74%, .9);
}

.pattern {
    background-color: #f5f5f5;
    margin-top: 36px;
}

.pattern .img-left {
    overflow: hidden;
}

.pattern .img-left img {
    margin: 0;
    transition: all 0.6s;
}

.pattern .img-left img:hover {
    transform: scale(1.2);
}

.pattern .introduce {
    padding-top: 40px;
    flex: 1;
    margin-left: 72px;
}

.pattern .introduce h2 {
    font-size: 28px;
    color: #444;
    font-weight: 700;
}

.pattern .introduce h2 a:hover {
    color: #e69049;
}

.pattern .introduce .heng-xian {
    display: block;
    width: 48px;
    height: 4px;
    background-color: #888;
    margin-top: 44px;
    margin-bottom: 48px;
}

.pattern .introduce div {
    font-size: 12px;
    color: #888;
    line-height: 28px;
}

.pattern .introduce .duce-Box {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    background-color: #444;
    margin: 30px 0;
}

.pattern .introduce .duce-Box:hover {
    background-color: #e69049;
}

.posireact {
    position: relative;
}

.shading {
    width: 100%;
    height: 84px;
    background: #aeb4b7;
    position: absolute;
    bottom: -42px;
    z-index: -10;
}

/* 服装展示 */
.mar-title {
    margin-top: 42px;
}

.square {
    flex-wrap: wrap;

    justify-content: flex-start;
    /* align-content: space-between; */
}

.squs-oun {
    position: relative;
    /* width: 25%; */
    margin-bottom: 24px;
    margin-right: 26px;
}

.squs-oun figure {
    overflow: hidden;
}

.squs-oun figure img {
    transition: all 0.6s;
}

.squs-oun figure img:hover {
    transform: scale(1.2);
}

.square li:nth-child(5) {
    margin-bottom: 0;
}

.square li:nth-child(6) {
    margin-bottom: 0;
}

.square li:nth-child(7) {
    margin-bottom: 0;
}

.square li:nth-child(8) {
    margin-bottom: 0;
}

.square li:nth-child(4n) {
    margin-right: 0;
}

.square li.fake {
    height: 1px;
    background: none;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0;
    padding: 0;
}


.floater {
    width: 100%;
    padding: 10px 0;
    position: absolute;
    bottom: 8%
}

.floater p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.floater span {
    margin-top: 8px;
    display: block;
    width: 100%;
    font-size: 12px;
    color: #bababa;
    text-align: center;
    overflow: hidden;
}

/* 品牌新闻 */
aside {
    height: 725px;
}

.journ-left .posi-img {
    position: relative;
}

.journ-left .posi-img img {
    margin: 0;
}

.journ-left .date-user {
    width: 100px;
    position: absolute;
    bottom: 0px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    color: #444;
    background-color: #f2f3f4;
}

.journ-left h3 {
    margin-top: 35px;
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 700;
    color: #444;
}
.journ-left h3 a:hover{
    color: #e69049;
}

.journalism a .journ-left:hover h3 {
    color: #e69049;
}


.journ-left div p {
    max-width: 480px;
    font-size: 12px;
    line-height: 24px;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
}

.journ-right figure:nth-child(1) {
    margin-right: 15px;
}

.journ-right figure {
    position: relative;
}

.journ-right figure div {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
}

.journ-right figure p {
    max-width: 284px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 700;
    padding-left: 10px;
}

.journ-right .userlist {
    margin-top: 40px;
}

.journ-right .userlist li:hover a {
    color: #e69049;
}

.journ-right .userlist li:hover span {
    color: #e69049;
}

.journ-right .userlist li {
    border-left: 6px solid #000;
    margin-bottom: 24px;

}

.userlist li a {
    font-size: 18px;
    line-height: 24px;
    color: #444;
    font-weight: 700;

}

.journ-right .userlist li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 600px;
    display: block;
}

.userlist li span {
    font-size: 12px;
    color: #888;
    margin-left: 22px;
    margin-right: 47px;
    font-weight: 400;

}

.footer-left {
    flex: 1;
    margin-right: 126px;
}

.foont-list dl dt {
    font-size: 18px;
    color: #444;
    margin-bottom: 23px;
    font-weight: 700;
}

.foont-list dl dt a:hover {
    color: #e69049;
}

.foont-list dl dd a:hover {
    color: #e69049;
}

.aboutus video {
    width: 100%;
    height: 480px;
}

.video-box {
    position: relative;
}

.video-box video {
    display: inline-block;
    vertical-align: baseline;
}


.foont-list dl dd {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

footer {
    background-color: #f5f5f5;
    padding: 100px 0;
}


.footer-left .links {
    font-size: 14px;
    color: #444;
    line-height: 52px;
    margin-top: 28px;
    border-bottom: 1px solid #ccc;
}

.footer-left .links a:nth-child(1) {
    padding-right: 17px;
    border-right: 1px solid #000;
}

.footer-left .links a:nth-child(2) {
    margin-left: 17px;
}

.footer-left .links a:hover {
    color: #e69049;
}

.footer-right {
    width: 50%;
}

.tomshow {
    display: none;
}

.customer {
    justify-content: flex-end;
}

.customer .cust-bj {
    width: 48px;
    height: 50px;
    background: url(../img/xp.jpg) no-repeat left center;
    margin-right: 16px;
    opacity: .4;
}

.customer span:nth-child(1) {
    display: block;
    font-size: 19px;
    color: #444;
    margin-top: 3px;
    margin-bottom: 6px;
}

.customer span:nth-child(2) {
    font-size: 14px;
    color: #999;
}

.footer-right .address {
    font-size: 14px;
    color: #444;
    margin-top: 23px;
    text-align: right;
}

.footer-right .information {
    font-size: 14px;
    color: #444;
    margin-top: 20px;
    text-align: right;
}

.footer-right .record a{
    font-size: 14px;
    color: #565656;
    text-align: right;
    margin-top: 10px;
    display: block;
}

@media screen and (max-width:1250px) {
    .wrapper {
        width: 100%;
    }

    .square .squs-oun {
        margin-right: 20px;
        margin-bottom: 20px;
        width: 23%;
    }

    .journ-right {
        margin-left: 20px;
    }
}

@media screen and (max-width:1025px) {


    #bgImg {
        padding-top: 0;
    }

    .introduce {
        width: 100% !important;
        text-align: center;
    }

    .pattern .introduce .duce-Box {
        text-align: center;
        /* bottom: 0px; */
        margin: 0 auto;
        margin-top: 40px;
    }

    .journ-right .userlist li a {
        font-size: .9rem;
    }

    .footer-left {
        margin-right: 20px;
    }
}
@media screen and (max-width:1050px) {
    .head-nav ul li a {
        padding: 0 15px;
    }
}

@media screen and (max-width:900px) {
    .navBtn {
        display: block;
    }
    .fexted {
        position: static;
        box-shadow: none;
    }

    .header .navBtn {
        width: 30px;
        height: 20px;
        display: block;
        position: absolute;
        top: 0;
        right: 10px;
        cursor: pointer;
        padding: 20px 15px;
    }

    /* 菜单按钮 */
    .header .navBtn span {
        width: 26px;
        height: 3px;
        background: #000;
        display: block;
        border-radius: 2px;
        transition: all .5s ease-out;
        position: absolute;
        top: 20px;
    }

    .header .navBtn span:nth-child(2) {
        top: 29px;
    }

    .header .navBtn span:nth-child(3) {
        top: 37px;
    }

    .header .navBtn span.active:nth-child(1) {
        transform: rotate(45deg);
        transition: all .5s ease-out;
        top: 29px;
    }

    .header .navBtn span.active:nth-child(3) {
        transform: rotate(-45deg);
        transition: all .5s ease-out;
        top: 29px;
    }

    .head-nav .nav-ul.active {
        transform: translate3d(0px, 0px, 0px)
    }

    .nav-ul {
        flex-direction: column;
        display: inline-block;
        margin-right: 0;
        position: fixed;
        top: 80px;
        right: 0;
        width: 65%;
        flex-wrap: wrap;
        align-content: flex-start;
        z-index: 20;
        height: 100vh;
        /* display: none; */
        transform: translate3d(100%, 0px, 0px);
        transition: all 0.65s ease-in-out 0s;
        background-color: rgba(255, 255, 255, 0.95);
    }

    .head-nav .nav-ul li {
        width: 100%;
        height: 45px;
        line-height: 45px;
    }

    .head-nav .nav-ul li a {
        color: #333 !important;
        line-height: 45px;
        border-bottom: 1px solid #ccc;
        height: 45px;
        max-width: 100%;
    }

    .head-nav .nav-ul li.active a {
        color: #e69049 !important;
        border-bottom: 2px solid #e69049;
    }

    .centmin {
        align-items: stretch;
    }

    .head-nav .nav-ul .verline {
        display: none;
    }

    .head-nav ul li {
        width: 100%;
    }

    .head-nav ul li a {
        color: #444;
        line-height: 45px;
        border-bottom: 1px solid #ccc;
        height: 45px;
        max-width: 100%;
        margin: 10px;
    }

    /* 

    .pattern .img-left {
        margin: 0 auto;
    }

    .introduce {
        text-align: center;
    }

    .introduc.journ-right figure pe .heng-xian {
        margin: 0 auto;
    } */
}

@media screen and (max-width:768px) {
    html {
        font-size: 14.5px;
    }

    .fexted {
        position: static;
        box-shadow: none;
    }

    #bgImg {
        padding-top: 0;
    }

    .centmin .logo {
        height: 40px;
        /*align-items: flex-start;*/
    }

    .aboutus {
        padding-top: 0;
        margin-bottom: 42px;
    }

    .aboutus .about-title {
        font-size: 18px;
    }

    .aboutus .marin-title {
        margin-top: 20px;
    }

    .aboutus .itemus {
        margin-top: 2%;
        margin-bottom: 4%;
    }

    .introduce {
        padding-top: 5% !important;
    }

    .pattern .introduce h2 {
        font-size: 18px;
    }

    .pattern .introduce .heng-xian {
        margin: 4% 0;
    }

    .aboutus .details {
        flex-direction: column;

    }

    .aboutus .details .details-text {
        margin-left: 0;
        margin-top: 2%;
    }

    .details-text .catkey {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .details .details-text p {
        padding: 0 10px;
    }

    .aboutus .details .img-left {
        margin: 0 auto;
    }

    .mar-title {
        padding-top: 30px;
    }

    .pattern {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .pattern .img-left {
        margin: 0 auto;
    }

    .pattern .introduce h2 {
        text-align: center;
    }

    .pattern .introduce .heng-xian {
        margin-left: auto;
        margin-right: auto;
    }

    .pattern .introduce p {
        padding: 0 10px;
    }

    .introduce {
        margin-left: 0 !important;
    }

    .square .squs-oun {
        margin-right: 10px;
        margin-bottom: 10px !important;
        width: 48%;
    }

    .square .squs-oun:nth-child(2n) {
        margin-right: 0px;
    }

    .square .squs-oun .floater p {
        font-size: 14px;
    }

    aside {
        height: auto;
    }

    .journalism {
        flex-direction: column;
    }

    .journalism .journ-left {
        margin: 0 auto 40px;
    }

    .journalism .journ-left h3 {
        text-align: center;
    }

    .journalism .journ-right {
        margin-left: 0;
        margin: 0 auto;
    }

    .journ-right .userlist li {
        margin-bottom: 15px;
    }

    .journ-right figure p {
        font-size: .18rem;
    }

    .journ-left .posi-img img {
        margin: 0 auto;
    }

    .aboutus video {
        height: 280px;
    }

    .foont-list {
        display: none;
    }

    .customer {
        display: none;
    }

    .address {
        display: none;
    }

    .foont-disty {
        flex-direction: column;
    }

    footer {
        padding: 6% 0 2%;
    }

    .footer-left {
        margin-right: 0px;
        margin-bottom: 0px;
        width: 100%;
    }

    .footer-left .links {
        text-align: center;
        margin-top: 0px;
    }

    .footer-right {
        margin-top: 0px;
        width: 100%;
    }

    .footer-right .information {
        margin-top: 0;
    }

    .footer-right .information {
        text-align: center;
    }

    .footer-right .record  a{
        text-align: center;
        margin-bottom: 10px;
    }

    .tomshow {
        display: block;
    }

    .tomshow .customer {
        display: block;
        display: flex;
        justify-content: center;
    }

    .tomshow .address {
        display: block;
        text-align: center;
        margin-top: 2%;
    }

    .footer-right .information {
        margin-top: 2%;
    }

}

@media screen and (max-width:420px) {
    .journ-right .userlist li a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 300px;
        display: block;
    }

    .aboutus video {
        height: 200px;
    }

}